-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Unused Imports #76
Conversation
Why did my unit testing fail huh? |
The "check" variable, although a bit rustic was used to make sure that the user when calling the usage of a GPU without CUDA installed wouldnt throw an error, since Github's CI don't have access to one it failed:
|
Oh if that is the case, then we should just be calling |
@brennanfreeze I see what you are doing now, you are calling a command in subprocess to verify if |
Pretty much! I agree with you there totally is that isnt using a unused variable, but I think for the time being it is fine. Edit: did not see the removal of the variable, which is even better lol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Solves issue #72.